feat: Merging from main to demo#360
Conversation
fix: storage permission issue
fix: Readme file update and Storage policy issue
docs: update the readme deployment
ci: Update deploy-KMGeneric.yml
Updated readme
docs: Read me updated
fix: update yaml
fix: update yaml, readme and bicep
…and_download_cli fix: updated quota check script
…-in-script fix: improvement to error handling in the script
…cript feat: add permission for script in dev container
feat: create release pipeline added
fix: Minor fix in create release
docs: add PowerShell setup guide for Windows users
fix: remove parameters and the deployment section in azure.yaml
…pdates fix: Improve Deployment Process with Documentation and Hosting Plan Updates
|
|
||
| # Set the name of the Azure Key Vault | ||
| key_vault_name = kv_name | ||
| credential = DefaultAzureCredential(managed_identity_client_id=managed_identity_client_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
|
|
||
| # Set the name of the Azure Key Vault | ||
| key_vault_name = kv_name | ||
| credential = DefaultAzureCredential(managed_identity_client_id=managed_identity_client_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
| AZURE_AI_API_VERSION = "2024-12-01-preview" | ||
|
|
||
|
|
||
| credential = DefaultAzureCredential(managed_identity_client_id=managed_identity_client_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
|
|
||
| # Set the name of the Azure Key Vault | ||
| key_vault_name = kv_name | ||
| credential = DefaultAzureCredential(managed_identity_client_id=managed_identity_client_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
| AZURE_AI_API_VERSION = "2024-12-01-preview" | ||
|
|
||
|
|
||
| credential = DefaultAzureCredential(managed_identity_client_id=managed_identity_client_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
| if ( | ||
| training_storage_container_sas_url | ||
| and training_storage_container_path_prefix | ||
| ): # noqa |
Check notice
Code scanning / CodeQL
Alert Suppression Report
|
|
||
| # Attempt connection using Username & Password | ||
| try: | ||
| credential = DefaultAzureCredential(managed_identity_client_id=mid_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
|
|
||
| # Attempt connection using Username & Password | ||
| try: | ||
| credential = DefaultAzureCredential(managed_identity_client_id=mid_id) |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
| project_connection_string = os.environ.get("AZURE_AI_PROJECT_CONN_STRING") | ||
| project = AIProjectClient.from_connection_string( | ||
| conn_str=project_connection_string, | ||
| credential=DefaultAzureCredential() |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
| project_connection_string=os.environ.get("AZURE_AI_PROJECT_CONN_STRING") | ||
| project = AIProjectClient.from_connection_string( | ||
| conn_str=project_connection_string, | ||
| credential=DefaultAzureCredential() |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application
Purpose
Merging from main to demo
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information